vendor/golang.org/x/text/transform.chain.link (field)
15 uses
vendor/golang.org/x/text/transform (current package)
transform.go#L346: link []link
transform.go#L382: c := &chain{link: make([]link, len(t)+1)}
transform.go#L384: c.link[i].t = tt
transform.go#L389: c.link[i+1].b = b[i][:]
transform.go#L396: for i, l := range c.link {
transform.go#L400: c.link[i].p, c.link[i].n = 0, 0
transform.go#L409: srcL := &c.link[0]
transform.go#L410: dstL := &c.link[len(c.link)-1]
transform.go#L420: for low, i, high := c.errStart, c.errStart, len(c.link)-2; low <= i && i <= high; {
transform.go#L421: in, out := &c.link[i], &c.link[i+1]
transform.go#L489: c.link[i].p, c.link[i].n = 0, 0
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |